home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Terra Sound Library
/
Terra Sound Library.iso
/
player_composer
/
eagleplayer
/
ep_to_install
/
installdata
/
arexxexamples.lha
/
EP_AppIcon.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
186b
|
15 lines
/* EaglePlayer - Iconify-Modus = AppIcon */
address 'rexx_EP'
options results
appicon
if result == "no" then do
say "Cannot use Appicon !"
end
elso do
say "AppIcon now used !"
end